home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
N-O
/
News Stack™ 1.1.cpt
/
News Stack™ 1.1
/
News Stack 1.1a2
/
background_4579.txt
< prev
next >
Wrap
Text File
|
1987-09-04
|
4KB
|
210 lines
-- background: 4579 from stack: in.1a2
-- bmap block id: 4788
-- flags: 4000
-- background id: 0
-- name:
----- HyperTalk script -----
on openBackground
push recent card
hide menubar
end openBackground
on openCard
put ((the number of this card)) into field "card #"
put ((the number of cards)) into field "card total"
if field date is empty then put the date into field date
end openCard
-- part 10 (field)
-- low flags: 00
-- high flags: 2007
-- rect: left=13 top=9 right=270 bottom=493
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: main
-- part 11 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=154 top=272 right=287 bottom=184
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 65535
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: card #
-- part 12 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=195 top=272 right=287 bottom=228
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: Card Total
-- part 13 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=40 top=272 right=286 bottom=112
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: Source
-- part 17 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=240 top=272 right=286 bottom=309
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: date
-- part 18 (button)
-- low flags: 00
-- high flags: A001
-- rect: left=299 top=272 right=288 bottom=338
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Clip
----- HyperTalk script -----
on mouseUp
global clippingStr
put return after clippingStr
put "------------------------------" after clippingStr
put return after clippingStr
put field main after clippingStr
end mouseUp
-- part 19 (button)
-- low flags: 00
-- high flags: A001
-- rect: left=341 top=272 right=288 bottom=380
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Zap
----- HyperTalk script -----
on mouseUp
answer "Delete this card?:" with "Delete" or "Cancel"
domenu "delete card"
end mouseUp
-- part 21 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=466 top=271 right=288 bottom=494
-- title width / last selected line: 0
-- icon id / first selected line: 6720 / 6720
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Return
----- HyperTalk script -----
on mouseUp
visual effect iris close
pop card
end mouseUp
-- part 22 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=385 top=273 right=290 bottom=412
-- title width / last selected line: 0
-- icon id / first selected line: 20689 / 20689
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
visual effect iris open
go Home
end mouseUp
-- part 23 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=411 top=271 right=288 bottom=439
-- title width / last selected line: 0
-- icon id / first selected line: 15420 / 15420
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev
----- HyperTalk script -----
on mouseUp
visual effect wipe right
go to previous card
end mouseUp
-- part 24 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=440 top=271 right=288 bottom=464
-- title width / last selected line: 0
-- icon id / first selected line: 16560 / 16560
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next
----- HyperTalk script -----
on mouseUp
visual effect wipe left
go to next card
end mouseUp